These should match the initial values, which were changed a
few commits ago. The defaultvalue test fails if there is a
mismatch, like here.
P_("Handle only touch events"),
P_("Whether the gesture handles"
" only touch events"),
- TRUE,
+ FALSE,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
/**
g_param_spec_uint ("button",
P_("Button number"),
P_("Button number to listen to"),
- 0, G_MAXUINT, 0,
+ 0, G_MAXUINT, GDK_BUTTON_PRIMARY,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
}